home *** CD-ROM | disk | FTP | other *** search
/ Freelog 115 / FreelogNo115-MaiJuin2013.iso / Internet / AvantBrowser / asetup.exe / _data / webkit / resources.pak / Unnamed File 000149.txt < prev    next >
Text File  |  2013-04-03  |  4KB  |  165 lines

  1. /*
  2.  * Copyright (C) 2006, 2007, 2008 Apple Inc.  All rights reserved.
  3.  * Copyright (C) 2009 Anthony Ricaud <rik@webkit.org>
  4.  * Copyright (C) 2011 Google Inc. All rights reserved.
  5.  *
  6.  * Redistribution and use in source and binary forms, with or without
  7.  * modification, are permitted provided that the following conditions are
  8.  * met:
  9.  *
  10.  * 1. Redistributions of source code must retain the above copyright
  11.  * notice, this list of conditions and the following disclaimer.
  12.  *
  13.  * 2. Redistributions in binary form must reproduce the above
  14.  * copyright notice, this list of conditions and the following disclaimer
  15.  * in the documentation and/or other materials provided with the
  16.  * distribution.
  17.  *
  18.  * THIS SOFTWARE IS PROVIDED BY GOOGLE INC. AND ITS CONTRIBUTORS
  19.  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  20.  * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  21.  * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL GOOGLE INC.
  22.  * OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  23.  * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  24.  * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  25.  * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  26.  * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  27.  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  28.  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  29.  */
  30.  
  31.  .tabbed-pane {
  32.     -webkit-box-orient: vertical;
  33.     display: -webkit-box;
  34.     height: 100%;
  35. }
  36.  
  37. .tabbed-pane-content {
  38.     -webkit-box-flex: 1;
  39.     position: relative;
  40.     overflow: auto;
  41. }
  42.  
  43. .tabbed-pane-content.has-no-tabs {
  44.     background-color: lightgray;
  45. }
  46.  
  47. .tabbed-pane-header {
  48.     height: 23px;
  49.     border-bottom: 1px solid rgb(163, 163, 163);
  50. }
  51.  
  52. .tabbed-pane-header-contents {
  53.     margin: 0 10px;
  54. }
  55.  
  56. .tabbed-pane-header-tabs {
  57.     float: left;
  58. }
  59.  
  60. .tabbed-pane-header-tab {
  61.     float: left;
  62.     margin-top: 2px;
  63.     font-size: 11px;
  64.     font-weight: bold;
  65.     color: rgb(46, 46, 46);
  66.     background: transparent;
  67.     text-shadow: rgba(255, 255, 255, 0.5) 0 1px 0;
  68.     vertical-align: middle;
  69.     padding: 3px 4px 2px 4px;
  70.     height: 21px;
  71.     border: 1px solid transparent;
  72.     border-bottom: none;
  73.     
  74.     white-space: nowrap;
  75.     text-overflow: ellipsis;
  76.     overflow: hidden;
  77. }
  78.  
  79. .tabbed-pane-header-tab.measuring {
  80.     visibility: hidden;
  81. }
  82.  
  83. .tabbed-pane-header-tab.selected {
  84.     background-color: white;
  85.     border: 1px solid rgb(163, 163, 163);
  86.     border-bottom: none;
  87. }
  88.  
  89. .tabbed-pane-header .tabbed-pane-header-tab-title {
  90.     vertical-align: top;
  91. }
  92.  
  93. .tabbed-pane-header-tab-close-button {
  94.     font-family: Arial, monospace;
  95.     position: relative;
  96.     bottom: 1px;
  97.     opacity: 0;
  98.     padding-left: 3px;
  99.     font-size: 14px;
  100.     color: rgb(80, 80, 80);
  101. }
  102.  
  103. .tabbed-pane-header-tab:hover .tabbed-pane-header-tab-close-button {
  104.     opacity: 0.5;
  105. }
  106.  
  107. .tabbed-pane-header-tab:hover .tabbed-pane-header-tab-close-button:hover {
  108.     opacity: 1.0;
  109. }
  110.  
  111. .tabbed-pane-header-tab:hover .tabbed-pane-header-tab-close-button:active {
  112.     opacity: 0.7;
  113. }
  114.  
  115. .tabbed-pane-header-tab.selected .tabbed-pane-header-tab-close-button {
  116.     opacity: 0.5;
  117. }
  118.  
  119. .tabbed-pane-header-tab.selected .tabbed-pane-header-tab-close-button:hover {
  120.     opacity: 1.0;
  121. }
  122.  
  123. .tabbed-pane-header-tab.selected .tabbed-pane-header-tab-close-button:active {
  124.     opacity: 0.7;
  125. }
  126.  
  127. .tabbed-pane-header-tabs-drop-down-container {
  128.     float: left;
  129.     position: relative;
  130.     font-size: 16px;
  131.     vertical-align: bottom;
  132.     top: 3px;
  133.     padding-left: 3px;
  134. }
  135.  
  136. .tabbed-pane-header-tabs-drop-down-container.measuring {
  137.     visibility: hidden;
  138. }
  139.  
  140. .tabbed-pane-header-tabs-drop-down {
  141.     position: relative;
  142.     opacity: 0.7;
  143.     color: rgb(30, 30, 30);
  144. }
  145.  
  146. .tabbed-pane-header-tabs-drop-down:hover {
  147.     opacity: 1.0;
  148. }
  149.  
  150. .tabbed-pane-header-tabs-drop-down:active {
  151.     opacity: 0.8;
  152. }
  153.  
  154. select.tabbed-pane-header-tabs-drop-down-select {
  155.     position: absolute;
  156.     top: 0px;
  157.     right: 0px;
  158.     bottom: 0px;
  159.     left: 0px;
  160.     opacity: 0;
  161.     border: none;
  162.     margin: 0;
  163.     -webkit-appearance: none;
  164. }
  165.